static-delta: Fix annotation on ostree_repo_list_static_delta_names
authorJohn Hiesey <john@hiesey.com>
Wed, 21 Oct 2015 21:40:01 +0000 (14:40 -0700)
committerColin Walters <walters@verbum.org>
Thu, 22 Oct 2015 01:09:23 +0000 (21:09 -0400)
out_deltas should be (transfer-container)

src/libostree/ostree-repo-static-delta-core.c

index c58f868ae41b06efbca8f837be154dda339a18c0..688be0a76405b53fe5411080fc8a261a83b84b26 100644 (file)
@@ -54,7 +54,7 @@ _ostree_static_delta_parse_checksum_array (GVariant      *array,
 /**
  * ostree_repo_list_static_delta_names:
  * @self: Repo
- * @out_deltas: (out) (element-type utf8): String name of deltas (checksum-checksum.delta)
+ * @out_deltas: (out) (element-type utf8) (transfer container): String name of deltas (checksum-checksum.delta)
  * @cancellable: Cancellable
  * @error: Error
  *